home *** CD-ROM | disk | FTP | other *** search
-
-
- db_glob.h line 71
- Set a realistic hard-coded minimum_cache_ttl
- (60 seconds, not 5 minutes)
-
- ns_glob.h line 103
- Set a realistic hard-coded maint_interval
- (60 seconds, not 15 minutes)
-
- ns_init.c line 226
- Define ``transfer'' keyword, and make
- entries into the database of transfer programs
-
- ns_maint.c line 406
- Transfering a zone from ourselves is ok -- if
- we've got a ``different'' zone transfer program.
-
- line 449
- Before starting zone transfer, look up to see
- if there is a "different" program to run. If
- so, run that instead. If not, run the default
- _PATH_XFER program.
-
- line 271
- line 227
- Add code that bypasses serial number checking for
- a zone _if and only if_ our own address is in the
- list of addresses as authoritative for that zone.
- (i.e. there's a good chance that we're handling a
- dynamic zone. Later checks ensure that there is
- a ``different'' program to do that zone transfer).
-
- ns_req.c line 705
- Disable sort_response() call. (This messes
- up the prioritization of the responses).
-
- ns_resp.c line 745
- Disable sort_response() call.
-
-
- ns_xfr.c new file
- ``transfer'' programs database manipulation routines.
-
-
-